It used to describe the relation of four parts. More...
Public Member Functions | |
| int | getId () |
| The getter of id. More... | |
| void | setId (int id) |
| The setter of id. More... | |
| double | getCon () |
| The getter of con. More... | |
| void | setCon (double con) |
| The setter of con. More... | |
| Part | getFirst () |
| The getter of the first part. More... | |
| void | setFirst (Part first) |
| The setter of the first part. More... | |
| Part | getSecond () |
| The getter of the second part. More... | |
| void | setSecond (Part second) |
| The setter of the second part. More... | |
| Part | getThird () |
| The getter of the third part. More... | |
| void | setThird (Part third) |
| The setter of the third part. More... | |
| Part | getForth () |
| The getter of the forth part. More... | |
| void | setForth (Part forth) |
| The setter of the forth part. More... | |
It used to describe the relation of four parts.
| double com.sanmixy.model.QuadraPartCir.getCon | ( | ) |
The getter of con.
| Part com.sanmixy.model.QuadraPartCir.getFirst | ( | ) |
The getter of the first part.
| Part com.sanmixy.model.QuadraPartCir.getForth | ( | ) |
The getter of the forth part.
| int com.sanmixy.model.QuadraPartCir.getId | ( | ) |
The getter of id.
| Part com.sanmixy.model.QuadraPartCir.getSecond | ( | ) |
The getter of the second part.
| Part com.sanmixy.model.QuadraPartCir.getThird | ( | ) |
The getter of the third part.
| void com.sanmixy.model.QuadraPartCir.setCon | ( | double | con) |
The setter of con.
| con |
| void com.sanmixy.model.QuadraPartCir.setFirst | ( | Part | first) |
The setter of the first part.
| first |
| void com.sanmixy.model.QuadraPartCir.setForth | ( | Part | forth) |
The setter of the forth part.
| forth |
| void com.sanmixy.model.QuadraPartCir.setId | ( | int | id) |
The setter of id.
| id |
| void com.sanmixy.model.QuadraPartCir.setSecond | ( | Part | second) |
The setter of the second part.
| second |
| void com.sanmixy.model.QuadraPartCir.setThird | ( | Part | third) |
The setter of the third part.
| third |
1.8.4